From: Aryeh Gregor Date: Wed, 5 Sep 2007 13:43:19 +0000 (+0000) Subject: Add comment for r25525 so future devs don't think their predecessors have been smokin... X-Git-Tag: 1.31.0-rc.0~51505 X-Git-Url: http://git.cyclocoop.org/%28%5B%5E/404?a=commitdiff_plain;h=bb2defa8f735bad6ebf52eee5a54221cc8074fae;p=lhc%2Fweb%2Fwiklou.git Add comment for r25525 so future devs don't think their predecessors have been smoking something. --- diff --git a/includes/DifferenceEngine.php b/includes/DifferenceEngine.php index 9f7c4e1bdf..54de8f47c8 100644 --- a/includes/DifferenceEngine.php +++ b/includes/DifferenceEngine.php @@ -166,6 +166,7 @@ CONTROL; // Look for an unpatrolled change corresponding to this diff $change = RecentChange::newFromConds( array( + // Add redundant timestamp so we use the existing index 'rc_timestamp' => $this->mNewRev->getTimestamp(), 'rc_this_oldid' => $this->mNewid, 'rc_last_oldid' => $this->mOldid,